home *** CD-ROM | disk | FTP | other *** search
-
- Note about the examples:
-
- - You must have a tcp/ip stack running
-
- - You must install in LIBS:
- - rxsocket.library from this archive
- - rmh.library from util/arexx/rmh.library
-
- - You must install in C:
- - rxs from this arhive
-
- - ps.rexx and amiget need also:
- - rxwiz.library from util/rexx
- - wizzard.library, e.g. from StromWizard demo by Haage
-
- - amiget need also
- - rxasl.library from util/rexx/rxasl.library
-
- - If you start a server example and you got a
- "can't bind port xxx", this means:
- - you already have a server listening on that port,
- try to look in inetd database in AmiTCP or Miami.
- - you stopped a server that was listening on that
- tcp port and the stack needs its time to release
- the port.
-
- - Errors can be everywhere so... I am sure these examples are full.
-
- - If you got an error "function no found":
- - install the libraries by hands, e.g.
- rx "call addlib('rxsocket.library',0,-30)"
- - check if a newer library, e.g. a new rmh.library,
- is out and it is used.
-
- - E-mail me about rxsocket and the examples, don't e-mail me about
- generic bsdsocket, internet suite question, I am sure I know less
- than you hehe.
-
- - My rexx libraries suite actually consists of:
- - rmh.library RexxMustHave generic functions
- used everywhere in my macros - utils/rexx/rmh.lha
- - rxasl.library asl functions - utils/rexx/rxasl.lha
- - rxwiz.library wizard.library bridge to arexx - util/rexx/rxwiz.lha
- - rxsocket.library - bsdoskcet functions for ARexx -
- comm/tcp/rxsocket.lha
- - rxmiamibpf.library - miami bpf functions and pcap filters
- comm/tcp/rxmiamibpf.lha
-
- So in my examples I use those libraries.
- Don't ask me to write examples with other libraries I don't know.
-